Skip to main content

All Questions

3votes
2answers
336views

Max-digits of digit summing

As a challenge I decided to do the following problem: How many different numbers with n digits are there whose digits add up to k? As this is an embarrassingly parallel problem I decided to use a ...
Thomas Russell's user avatar

close